/* * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: sans-serif;
} */


.password-toggle-icon {
    position: absolute;
    top: 70%;
    right: 10%;
    transform: translateY(-50%);
    cursor: pointer;
}

.password-toggle-icon i {
    font-size: 12px;
    line-height: 1;
    color: #333;
    transition: color 0.3s ease-in-out;
    margin-bottom: 20px;
}

.password-toggle-icon i:hover {
    color: #000;
}

.user-box {
    position: relative;
    /* margin-bottom: 30px; */
}

.user-box input {
    width: 90%;
    /* height: 8%; */
    border-radius: 5px;
    font-size: 12px;
    outline: #110f0f;
    border: 0.5;
    padding: 10px;
}

body {
    background-size: 100vw 100vh;
    background-color: lightgray !important;
}

.container {
    position: absolute;

    top: 25%;
    left: 50%;
    /* height: 85%; */
    transform: translate(-50%, -25%);
    /* overflow: auto; */
    background: #fdfbfb;
    border-radius: 40px;
    /* width: 30%; */
    transition: width 0.3s;
    /* Smooth transition */
    width: 30%;
    /* Initial width */
    min-width: 100px;
    /* Minimum width */
    /* max-width: 100%; */
    /* Maximum width */
    margin: 0 auto;
    /* Center the div */
    padding: 10px;
    /* Optional padding inside the div */
    box-sizing: border-box;
    /* Include padding in the width calculation */
    /* height: 75%;  Set height as 30% of the viewport height */
    /* min-height: 100px;  */
}


#avatar {
    width: 18%;
    /* border-radius: 50%; */
    margin-left: 40%;
    /* margin-bottom: 68px; */
    z-index: 1;
    position: relative;
    top: -20%;
}

#imgcontainer {
    position: relative;
    width: 103%;

    /* top: -2%;  */

    display: flex;
    /* justify-content: flex-start; */
    align-items: center;
    height: 22%;
}

.imgcontainer h2 {
    position: relative;
}

#mgl span {
    font-size: 10px;
    letter-spacing: 0.3px;
}

#mgl {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10vh;
    padding-left: 2vh;
    padding-right: 8%;
    right: 25%;
    top: 10%;
    bottom: 41%;
    /* margin-top: 2%; */
    position: relative;
}

.login_page {
    width: 90%;
    height: 74vh;
    /* background: #fdfbfb; */
    color: #110f0f;
    font-size: 12px;
    font-family: helvetica, sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    border-radius: 15px;
    padding-top: 0%;
    padding-left: 35px;

}

.login_page h3 {
    /* margin-left: -2px; */
    /* letter-spacing: 0.5px; */
    /* margin-right: -10%; */
    /* padding-right: 69%; */
}

.login_page input,
label {
    margin: 0px 16px;
}

.login_page input::placeholder {
    color: #4d4343;
}

.login_page input[type="text"],
input[type="password"] {
    width: 90%;
    /* height: 8%; */
    border-radius: 5px;
    font-size: 12px;
    outline: #110f0f;
    border: 0.5;
    padding: 10px;
}

.login_page input[type="submit"] {
    display: inline-flex;
    text-align: center;
    width: 45%;
    height: 15%;
    font-size: 14px;
    outline: none;
    border: 0;
    border-radius: 0;
    background: #0079C1;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    margin-left: 27%;
}

.login_page a {
    text-decoration: none;
    color: #12A2F3;
    font-size: 20px;
    margin-left: 62%;
    font-size: 12px;
}

#login_btn {
    background: #0079C1;
    color: #fff;
    border-color: #0079C1;
    width: 30%;
    font-size: 10px;
    margin-left: 32%;
    /* margin-top: 6%; */
    height: 100% !important;
    border-radius: 5px;
    position: relative;
}

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 75%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

html {
    box-sizing: border-box
}

*,
*:before,
*:after {
    box-sizing: inherit
}

body {
    background: white;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

hr {
    border: 0;
    display: block;
    height: 1px;
    background: white;
    margin-top: 24px;
    margin-bottom: 24px
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 24px;
    padding-left: 24px
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

li>ul,
li>ol {
    margin-bottom: 0
}

dl {
    margin-top: 0;
    margin-bottom: 24px
}

dt {
    font-weight: 600
}

dd {
    margin-left: 24px;
    margin-bottom: 24px
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle
}

figure {
    margin: 24px 0
}

figcaption {
    font-size: 16px;
    line-height: 24px;
    padding: 8px 0
}

/* img,
svg {
    display: block
} */
.header-logo-image {
    display: block
}

table {
    border-collapse: collapse;
    margin-bottom: 24px;
    width: 100%
}

tr {
    border-bottom: 1px solid #242830
}

th {
    text-align: left
}

th,
td {
    padding: 10px 16px
}

th:first-child,
td:first-child {
    padding-left: 0
}

th:last-child,
td:last-child {
    padding-right: 0
}

html {
    font-size: 20px;
    line-height: 30px
}

body {
    color: #8A94A7;
    font-size: 1rem
}

body,
button,
input,
select,
textarea {
    font-family: "IBM Plex Sans", sans-serif
}

a {
    color: #8A94A7;
    text-decoration: underline
}

a:hover,
a:active {
    outline: 0;
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    clear: both;
    color: black;
    font-weight: 600
}

h1,
.h1 {
    font-size: 38px;
    line-height: 48px;
    letter-spacing: 0px
}



h2,
.h2 {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0px
}


h3,
.h3,
blockquote {
    font-size: 24px;
    /* line-height: 34px; */
    letter-spacing: 0px
}



h4,
h5,
h6,
.h4,
.h5,
.h6 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px
}





/* 
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light .h1,
.text-light .h2,
.text-light .h3,
.text-light .h4,
.text-light .h5,
.text-light .h6 {
    
} */

.text-sm {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.1px
}

.text-xs {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.1px
}

h1,
h2,
.h1 {
    margin-top: 48px;
    margin-bottom: 16px
}

.h2 {
    margin-top: 10px;
    margin-bottom: 16px
}

h3,
.h3 {
    margin-top: -90px;
    margin-bottom: -33px
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
    margin-top: 24px;
    margin-bottom: 4px
}

/* p {
    margin-top: -15px;
    margin-bottom: 24px;
    position: relative;
    left: 25%;
    font-size: 14px;
    top: -17%;
    letter-spacing: -1px;
} */

dfn,
cite,
em,
i {
    font-style: italic
}

blockquote {
    color: #3B404C;
    font-style: italic;
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 24px
}

blockquote::before {
    content: "\201C"
}

blockquote::after {
    content: "\201D"
}

blockquote p {
    display: inline
}

address {
    color: #8A94A7;
    border-width: 1px 0;
    border-style: solid;
    border-color: #242830;
    padding: 24px 0;
    margin: 0 0 24px
}

pre,
pre h1,
pre h2,
pre h3,
pre h4,
pre h5,
pre h6,
pre .h1,
pre .h2,
pre .h3,
pre .h4,
pre .h5,
pre .h6 {
    font-family: "Courier 10 Pitch", Courier, monospace
}

pre,
code,
kbd,
tt,
var {
    background: white
}

pre {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 24px;
    margin-top: 24px;
    margin-bottom: 24px
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 16px;
    padding: 2px 4px
}

abbr,
acronym {
    cursor: help
}

mark,
ins {
    text-decoration: none
}

small {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.1px
}

b,
strong {
    font-weight: 600
}

/* button,
input,
select,
textarea {
    font-size: 20px;
    line-height: 30px
} */
#security_quest_heading {
    font-size: 12px;
    text-align: center;
    color: red;
}

.container1,
.container1-sm {
    width: 100%;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px
}

@media (min-width: 481px) {

    .container1,
    .container1-sm {
        padding-left: 24px;
        padding-right: 24px
    }
}

.container1 {
    max-width: 1128px
}

.container1-sm {
    max-width: 848px
}

.container1 .container1-sm {
    max-width: 800px;
    padding-left: 0;
    padding-right: 0
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    border-radius: 2px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    display: block;
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: 600;
    line-height: 16px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #1D2026;
    color: #0270D7 !important;
    border: none;
    height: auto;
    left: 8px;
    padding: 16px 32px;
    top: 8px;
    width: auto;
    z-index: 100000
}

.list-reset {
    list-style: none;
    padding: 0
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-primary {
    color: #0270D7
}

.has-top-divider {
    position: relative
}

.has-top-divider::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 1px;
    background: #242830
}

.has-bottom-divider {
    position: relative
}

.has-bottom-divider::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 1px;
    background: #242830;
    margin-top: 10px;
}

.m-0 {
    margin: 0
}

.mt-0 {
    margin-top: 0
}

.mr-0 {
    margin-right: 0
}

.mb-0 {
    margin-bottom: 0
}

.ml-0 {
    margin-left: 0
}

.m-8 {
    margin: 8px
}

.mt-8 {
    margin-top: 8px
}

.mr-8 {
    margin-right: 8px
}

.mb-8 {
    margin-bottom: 8px
}

.ml-8 {
    margin-left: 8px
}

.m-16 {
    margin: 16px
}

.mt-16 {
    margin-top: 16px
}

.mr-16 {
    margin-right: 16px
}

.mb-16 {
    margin-bottom: 16px
}

.ml-16 {
    margin-left: 16px
}

.m-24 {
    margin: 24px
}

.mt-24 {
    margin-top: 24px;
    color: black;
}

.mr-24 {
    margin-right: 24px
}

.mb-24 {
    margin-bottom: 24px
}

.ml-24 {
    margin-left: 24px
}

.m-32 {
    margin: 32px
}

.mt-32 {
    margin-top: 32px
}

.mr-32 {
    margin-right: 32px
}

.mb-32 {
    margin-bottom: 32px
}

.ml-32 {
    margin-left: 32px
}

.m-40 {
    margin: 40px
}

.mt-40 {
    margin-top: 40px
}

.mr-40 {
    margin-right: 40px
}

.mb-40 {
    margin-bottom: 40px
}

.ml-40 {
    margin-left: 40px
}

.m-48 {
    margin: 48px
}

.mt-48 {
    margin-top: 48px
}

.mr-48 {
    margin-right: 48px
}

.mb-48 {
    margin-bottom: 48px
}

.ml-48 {
    margin-left: 48px
}

.m-56 {
    margin: 56px
}

.mt-56 {
    margin-top: 56px
}

.mr-56 {
    margin-right: 56px
}

.mb-56 {
    margin-bottom: 56px
}

.ml-56 {
    margin-left: 56px
}

.m-64 {
    margin: 64px
}

.mt-64 {
    margin-top: 64px
}

.mr-64 {
    margin-right: 64px
}

.mb-64 {
    margin-bottom: 64px
}

.ml-64 {
    margin-left: 64px
}

.p-0 {
    padding: 0
}

.pt-0 {
    padding-top: 0
}

.pr-0 {
    padding-right: 0
}

.pb-0 {
    padding-bottom: 0
}

.pl-0 {
    padding-left: 0
}

.p-8 {
    padding: 8px
}

.pt-8 {
    padding-top: 8px
}

.pr-8 {
    padding-right: 8px
}

.pb-8 {
    padding-bottom: 8px
}

.pl-8 {
    padding-left: 8px
}

.p-16 {
    padding: 16px
}

.pt-16 {
    padding-top: 16px
}

.pr-16 {
    padding-right: 16px
}

.pb-16 {
    padding-bottom: 16px
}

.pl-16 {
    padding-left: 16px
}

.p-24 {
    padding: 24px
}

.pt-24 {
    padding-top: 24px
}

.pr-24 {
    padding-right: 24px
}

.pb-24 {
    padding-bottom: 24px
}

.pl-24 {
    padding-left: 24px
}

.p-32 {
    padding: 32px
}

.pt-32 {
    padding-top: 32px
}

.pr-32 {
    padding-right: 32px
}

.pb-32 {
    padding-bottom: 32px
}

.pl-32 {
    padding-left: 32px
}

.p-40 {
    padding: 40px
}

.pt-40 {
    padding-top: 40px
}

.pr-40 {
    padding-right: 40px
}

.pb-40 {
    padding-bottom: 40px
}

.pl-40 {
    padding-left: 40px
}

.p-48 {
    padding: 48px
}

.pt-48 {
    padding-top: 48px
}

.pr-48 {
    padding-right: 48px
}

.pb-48 {
    padding-bottom: 48px
}

.pl-48 {
    padding-left: 48px
}

.p-56 {
    padding: 56px
}

.pt-56 {
    padding-top: 56px
}

.pr-56 {
    padding-right: 56px
}

.pb-56 {
    padding-bottom: 56px
}

.pl-56 {
    padding-left: 56px
}

.p-64 {
    padding: 64px
}

.pt-64 {
    padding-top: 64px
}

.pr-64 {
    padding-right: 64px
}

.pb-64 {
    padding-bottom: 64px
}

.pl-64 {
    padding-left: 64px
}

.sr .has-animations .is-revealing {
    visibility: hidden
}

.has-animations .anime-element {
    visibility: hidden
}

.anime-ready .has-animations .anime-element {
    visibility: visible
}

.input,
.textarea {
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #242830;
    border-radius: 2px;
    color: #8A94A7;
    max-width: 100%;
    width: 100%
}

.input::-moz-placeholder,
.textarea::-moz-placeholder {
    color: #3B404C
}

.input::placeholder,
.textarea::placeholder {
    color: #3B404C
}

.input::-ms-input-placeholder,
.textarea::-ms-input-placeholder {
    color: #3B404C
}

.input:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
    color: #3B404C
}

.input:hover,
.textarea:hover {
    border-color: #191c21
}

.input:active,
.input:focus,
.textarea:active,
.textarea:focus {
    outline: none;
    border-color: #242830
}

.input[disabled],
.textarea[disabled] {
    cursor: not-allowed;
    background-color: #1D2026;
    border-color: #1D2026
}

.input {
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 16px;
    letter-spacing: -0.1px;
    line-height: 20px;
    padding: 13px 16px;
    height: 48px;
    box-shadow: none
}

.input .inline-input {
    display: inline;
    width: auto
}

.textarea {
    display: block;
    min-width: 100%;
    resize: vertical
}

.textarea .inline-textarea {
    display: inline;
    width: auto
}

.field-grouped>.control:not(:last-child) {
    margin-bottom: 8px
}

@media (min-width: 641px) {
    .field-grouped {
        display: flex
    }

    .field-grouped>.control {
        flex-shrink: 0
    }

    .field-grouped>.control.control-expanded {
        flex-grow: 1;
        flex-shrink: 1
    }

    .field-grouped>.control:not(:last-child) {
        margin-bottom: 0;
        margin-right: 8px
    }
}

.button {
    display: inline-flex;
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: 600;
    line-height: 16px;
    text-decoration: none !important;
    text-transform: uppercase;
    background-color: #242830;
    color: #fff !important;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    justify-content: center;
    padding: 16px 32px;
    height: 48px;
    text-align: center;
    white-space: nowrap
}

.button:hover {
    background: #262a33
}

.button:active {
    outline: 0
}

.button::before {
    border-radius: 2px
}

.button-sm {
    padding: 8px 24px;
    height: 32px
}

.button-primary {
    background: #097dea;
    background: linear-gradient(65deg, #0270D7 0, #0F8AFD 100%)
}

.button-primary:hover {
    background: #0982f4;
    background: linear-gradient(65deg, #0275e1 0, #198ffd 100%)
}

.button-block {
    display: flex
}

.button-block {
    display: flex;
    width: 100%
}

@media (max-width: 640px) {
    .button-wide-mobile {
        width: 100%;
        max-width: 280px
    }
}

.site-header {
    padding: 24px 0
}

.site-header-inner {
    position: relative;
    display: flex;
    align-items: center;
    /* overflow: hidden; */
}

.header-links {
    display: inline-flex
}

.header-links li {
    display: inline-flex
}

.header-links a:not(.button) {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.1px;
    font-weight: 600;
    color: #8A94A7;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 16px;
    padding: 8px 24px
}

@media (min-width: 641px) {
    .site-header {
        position: relative
    }

    .site-header::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 700px;
        background: white;
        background: linear-gradient(80deg, white 0%, white 100%);
        transform-origin: 0;
        transform: skewY(-12deg)
    }
}

.hero {
    text-align: center;
    padding-top: 48px;
    padding-bottom: 88px
}

.hero-copy {
    position: relative;
    z-index: 1
}

.hero-cta {
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    gap: 2vw;
}

.hero-figure {
    position: relative;
    /* -webkit-transform: scaleX(-1);
    transform: scaleX(-1); */
}

.hero-figure svg {
    width: 100%;
    height: auto
}

.hero-figure::before,
.hero-figure::after {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%
}

.has-animations .hero-figure::before,
.has-animations .hero-figure::after {
    opacity: 0;
    transition: opacity 2s ease
}

.anime-ready .has-animations .hero-figure::before,
.anime-ready .has-animations .hero-figure::after {
    opacity: 1
}

.hero-figure::before {
    top: -57.8%;
    left: -1.3%;
    width: 152.84%;
    height: 178.78%;
    background-image: url("../images/hero-back-illustration.svg")
}

.hero-figure::after {
    top: -35.6%;
    left: 99.6%;
    width: 57.2%;
    height: 87.88%;
    background-image: url("../images/hero-top-illustration.svg")
}

.hero-figure-box {
    position: absolute;
    top: 0;
    will-change: transform
}

.hero-figure-box-01,
.hero-figure-box-02,
.hero-figure-box-03,
.hero-figure-box-04,
.hero-figure-box-08,
.hero-figure-box-09 {
    overflow: hidden
}

.hero-figure-box-01::before,
.hero-figure-box-02::before,
.hero-figure-box-03::before,
.hero-figure-box-04::before,
.hero-figure-box-08::before,
.hero-figure-box-09::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform-origin: 100% 100%
}

.hero-figure-box-01 {
    left: 103.2%;
    top: 41.9%;
    width: 28.03%;
    height: 37.37%;
    background: linear-gradient(to left top, #00BFFB, rgba(0, 191, 251, 0));
    transform: rotateZ(45deg)
}

.hero-figure-box-01::before {
    background: linear-gradient(to left, #15181D 0%, rgba(21, 24, 29, 0) 60%);
    transform: rotateZ(45deg) scale(1.5)
}

.hero-figure-box-02 {
    left: 61.3%;
    top: 64.1%;
    width: 37.87%;
    height: 50.50%;
    background: linear-gradient(to left top, #0270D7, rgba(2, 112, 215, 0));
    transform: rotateZ(-45deg)
}

.hero-figure-box-02::before {
    background: linear-gradient(to top, #15181D 0%, rgba(21, 24, 29, 0) 60%);
    transform: rotateZ(-45deg) scale(1.5)
}

.hero-figure-box-03 {
    left: 87.7%;
    top: -56.8%;
    width: 56.81%;
    height: 75.75%;
    background: linear-gradient(to left top, #00BFFB, rgba(0, 191, 251, 0))
}

.hero-figure-box-03::before {
    background: linear-gradient(to left, #15181D 0%, rgba(21, 24, 29, 0) 60%);
    transform: rotateZ(45deg) scale(1.5)
}

.hero-figure-box-04 {
    left: 54.9%;
    top: -8%;
    width: 45.45%;
    height: 60.60%;
    background: linear-gradient(to left top, #0270D7, rgba(2, 112, 215, 0));
    transform: rotateZ(-135deg)
}

.hero-figure-box-04::before {
    background: linear-gradient(to top, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 60%);
    transform: rotateZ(-45deg) scale(1.5)
}

.hero-figure-box-05,
.hero-figure-box-06,
.hero-figure-box-07 {
    background-color: #242830;
    box-shadow: -20px 32px 64px rgba(0, 0, 0, 0.25)
}

.hero-figure-box-05 {
    left: 17.4%;
    top: 13.3%;
    width: 64%;
    height: 73.7%;
    transform: perspective(500px) rotateY(-15deg) rotateX(8deg) rotateZ(-1deg)
}

.hero-figure-box-06 {
    left: 65.5%;
    top: 6.3%;
    width: 30.3%;
    height: 40.4%;
    transform: rotateZ(20deg)
}

.hero-figure-box-07 {
    left: 1.9%;
    top: 42.4%;
    width: 12.12%;
    height: 16.16%;
    transform: rotateZ(20deg)
}

.hero-figure-box-08 {
    left: 27.1%;
    top: 81.6%;
    width: 19.51%;
    height: 26.01%;
    background: #0270D7;
    transform: rotateZ(-22deg)
}

.hero-figure-box-08::before {
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.48) 100%);
    transform: rotateZ(45deg) scale(1.5)
}

.hero-figure-box-09 {
    left: 42.6%;
    top: -17.9%;
    width: 6.63%;
    height: 8.83%;
    background: #00BFFB;
    transform: rotateZ(-52deg)
}

.hero-figure-box-09::before {
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.64) 100%);
    transform: rotateZ(45deg) scale(1.5)
}

.hero-figure-box-10 {
    left: -3.8%;
    top: 4.3%;
    width: 3.03%;
    height: 4.04%;
    background: rgba(0, 191, 251, 0.32);
    transform: rotateZ(-50deg)
}

@media (max-width: 640px) {
    .hero-cta {
        max-width: 280px;
        margin-left: auto;
        margin-right: auto
    }

    .hero-cta .button {
        display: flex
    }

    .hero-cta .button+.button {
        margin-top: 16px
    }

    .hero-figure::after,
    .hero-figure-box-03,
    .hero-figure-box-04,
    .hero-figure-box-09 {
        display: none
    }
}

@media (min-width: 641px) {
    .hero {
        text-align: left;
        padding-top: 64px;
        padding-bottom: 88px
    }

    .hero-inner {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center
    }

    .hero-copy {
        padding-right: 64px;
        min-width: 552px;
        width: 552px
    }

    .hero-cta {
        margin: 0
    }

    .hero-cta .button {
        min-width: 170px
    }

    .hero-cta .button:first-child {
        margin-right: 2px
    }

    .hero-figure svg {
        width: auto
    }
}

.features-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-right: -32px;
    margin-left: -32px
}

.features-wrap:first-of-type {
    margin-top: -16px
}

.features-wrap:last-of-type {
    margin-bottom: -16px
}

.feature {
    padding: 16px 32px;
    width: 380px;
    max-width: 380px;
    flex-grow: 1
}

.feature-inner {
    height: 100%;
    border: 2px solid black;
}

.feature-icon {
    display: flex;
    justify-content: center;
    padding: 10px;
}

@media (min-width: 641px) {
    .features-wrap:first-of-type {
        margin-top: -24px
    }

    .features-wrap:last-of-type {
        margin-bottom: -24px
    }

    .feature {
        padding: 32px 32px
    }
}

.pricing-header {
    margin-bottom: 48px
}

.pricing-tables-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: -12px;
    margin-left: -12px
}

.pricing-tables-wrap:first-child {
    margin-top: -12px
}

.pricing-tables-wrap:last-child {
    margin-bottom: -12px
}

.pricing-table {
    position: relative;
    padding: 12px;
    width: 368px;
    max-width: 368px;
    flex-grow: 1
}

.pricing-table::before {
    content: '';
    position: absolute;
    left: 50%;
    width: 200%;
    max-width: 200%;
    height: 435px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    bottom: 18.8%;
    transform: translateX(-50%);
    background-image: url("../images/pricing-illustration.svg")
}

.pricing-table-header,
.pricing-table-features-title,
.pricing-table-features li {
    border-bottom: 1px solid rgba(138, 148, 167, 0.24)
}

.pricing-table-inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    background: #2C3039;
    padding: 24px;
    height: 100%
}

.pricing-table-inner>* {
    position: relative;
    width: 100%
}

.pricing-table-inner::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: 0 24px 48px rgba(21, 24, 29, 0.24);
    mix-blend-mode: multiply
}

.pricing-table-price-currency {
    color: #8A94A7
}

.pricing-table-features-title {
    color: #fff;
    font-weight: 700
}

.pricing-table-features li {
    display: flex;
    align-items: center;
    padding: 14px 0
}

.pricing-table-features li::before {
    content: '';
    width: 16px;
    height: 12px;
    margin-right: 16px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTUuNiA2LjRMMS42IDQgMCA1LjYgNS42IDEyIDE2IDEuNiAxNC40IDB6IiBmaWxsPSIjMDJDQkIxIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);
    background-repeat: no-repeat
}

.pricing-table-cta {
    align-self: flex-end
}

@media (min-width: 641px) {
    .pricing .section-paragraph {
        padding-left: 90px;
        padding-right: 90px
    }

    .pricing-header {
        margin-bottom: 52px
    }
}

.cta {
    text-align: center
}

.cta .section-inner {
    padding: 48px 16px
}

.cta .section-title {
    margin-bottom: 40px
}

.cta-inner {
    position: relative;
    background: #15181D;
    overflow: hidden
}

.cta-inner::before {
    content: '';
    position: absolute;
    right: 98px;
    top: -117px;
    width: 160px;
    height: 187px;
    background-image: url("../images/cta-illustration.svg");
    background-repeat: no-repeat
}

.cta-inner>* {
    position: relative
}

@media (min-width: 641px) {
    .cta {
        text-align: left
    }

    .cta .section-inner {
        padding: 64px 32px
    }

    .cta .section-title {
        margin-bottom: 0;
        padding-right: 24px
    }

    .cta-inner {
        display: flex;
        align-items: center;
        justify-content: space-between
    }
}

.is-boxed {
    background: #242830
}

.body-wrap {
    /* background: white; */
    background: #EEEEEE;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

.boxed-container1 {
    max-width: 1440px;
    margin: 0 auto;
    box-shadow: 0 24px 48px rgba(21, 24, 29, 0.24);
    mix-blend-mode: multiply;
    mix-blend-mode: normal
}

main {
    flex: 1 0 auto
}

/* .section-inner {
    position: relative;
    padding-top: 48px;
    padding-bottom: 48px
} */

/* @media (min-width: 641px) {
    .section-inner {
        padding-top: 88px;
        padding-bottom: 88px
    }
} */

.site-footer {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    border-top: 1px solid black;
}

.site-footer a {
    color: #8A94A7;
    text-decoration: none
}

.site-footer a:hover,
.site-footer a:active {
    text-decoration: underline
}

.site-footer-inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-top: 48px;
    padding-bottom: 48px
}

.footer-brand,
.footer-links,
.footer-social-links,
.footer-copyright {
    flex: none;
    width: 100%;
    display: inline-flex;
    justify-content: center
}

.footer-brand,
.footer-links,
.footer-social-links {
    margin-bottom: 24px
}

.footer-social-links li {
    display: inline-flex
}

.footer-social-links li+li {
    margin-left: 16px
}

.footer-social-links li a {
    padding: 8px
}

.footer-links li+li {
    margin-left: 24px
}

@media (min-width: 641px) {
    .site-footer {
        margin-top: 20px
    }

    .site-footer-inner {
        justify-content: space-between;
        padding-top: 12px;
        padding-bottom: 6px
    }

    .footer-brand,
    .footer-links,
    .footer-social-links,
    .footer-copyright {
        flex: 50%
    }

    .footer-brand,
    .footer-copyright {
        justify-content: flex-start
    }

    .footer-links,
    .footer-social-links {
        justify-content: flex-end
    }

    .footer-links {
        order: 1;
        margin-bottom: 0
    }

    .body-wrap {
        background: white;
    }

    .sit {
        background: rgba(0, 121, 193, 1);
    }

    .areaSelect {
        padding: 8px;
        font-size: 16px;
        border: 1px solid #ccc;
        border-radius: 4px;
        width: 200px;
        margin-left: 12px;
    }

    .areaSelect:focus {
        outline: none;
        border-color: #555;
    }

    .depotSelect {
        padding: 8px;
        font-size: 16px;
        border: 1px solid #ccc;
        border-radius: 4px;
        width: 200px;
        margin-left: 12px;
    }

    .depotSelect:focus {
        outline: none;
        border-color: #555;
    }

    .section.features.section {
        background: white;
        height: 100vh;
    }

    .section.hero {
        background: white;
    }

    .site-footer {
        background: white;
    }
}

@media only screen and (min-width: 521px) {
    body {}

    #app {
        background: b;
        position: fixed;
        height: calc(100vh - 12vh);
        width: calc(100vw - 30vw);
        left: calc(100vw - 85vw);
        top: 8%;
        background-color: #ffffff;
        /* z-index: 999; */
    }

    #subdiv {
        position: relative;
        /* width: calc(100vw - 40vw); */
        height: 100%;
        background-color: white;
        border: 1px solid #E4E7F0;
        display: flex;
        padding-bottom: 20px;
    }

    #subdiv1 {
        width: 48%;
        height: 100%;
        margin-left: 5%;
        margin-top: 3%;
        position: relative;
        line-height: normal;
    }

    #subdiv2 {
        width: 48%;
        background-color: white;
        margin-top: 3%;
        height: 50vh;
        position: relative;
        display: block;
    }

    #subdiv3 {
        height: 50%;
        width: 100%;
        display: flex;
        flex-direction: column;
        /* position: relative; */
        top: 25vh;
        right: 5vw
    }

    #userManagement {
        width: 100%;
        height: 80%;
        display: flex;
        flex-direction: column;
    }

    #tableDiv {
        position: relative;
        width: 100%;
        font-weight: 500;
        font-size: 12px;
        font-family: var(--font-family);
        height: 90%;
        color: #000;
    }

    #tableDiv thead th {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    #RoleSelect {
        display: flex;
        flex-direction: column;
        padding: 1%;
        width: 85%;
        /* height: 40%; */
        /* border: 1px dashed #A7A7A7; */
    }

    #adminradio {
        display: flex;
        width: 30%
    }

    #suserradio {
        position: relative;
        display: flex;
        width: 50%
    }

    #puserradio {
        position: relative;
    }

    #usrBackBtn {
        border: none;
        font-family: var(--font-family);
        height: 10vh;
        width: 5vw;
        right: 2vw;
        bottom: 0.7vw;
        position: relative;
        background: url("../images/FilledHome.svg") no-repeat 30px;
        cursor: pointer;
    }

    .regUserClass {
        display: block;
        font-size: 14px;
        line-height: 18px;
        font-family: var(--font-family);
        font-weight: 400;
        margin-bottom: 3%;
        /* margin-top: 2; */
        color: #232323;
    }

    .required-field::after {
        content: "*";
        color: red;
    }

    .regUserInput1 {
        height: 6%;
        width: 42%;
        position: relative;
        margin-bottom: 4%;
        background: #ffffff;
        border: 1px solid #A7A7A7;
        border-radius: 2px;
        font-size: 14px;
        line-height: 18px;
        font-family: var(--font-family);
        font-weight: 400;
    }

    .regUserInput {
        height: 7%;
        position: relative;
        width: 85%;
        margin-bottom: 2%;
        background: #ffffff;
        border: 1px solid #A7A7A7;
        border-radius: 2px;
        font-size: 14px;
        line-height: 18px;
        font-family: var(--font-family);
        font-weight: 400;
    }

    .heading3 {
        font-weight: 500;
        font-size: 18px;
        font-family: var(--font-family);
        margin: 0;
        /* Reset margin */
        color: #FFFFFF;
    }

    #backBtn {
        border: none;
        font-family: var(--font-family);
        height: 3.5vh;
        width: 3%;
        margin-right: 0rem;
        margin-left: 1rem;
        background: url(../images/FilledHome.svg) no-repeat;
        /* background-size: contain; */
        cursor: pointer;
    }

    .userBtnMain {
        width: 100%;
        height: 10%;
        position: relative;
        border-bottom: 1px solid #E4E7F0;
        border: 0px solid rgb(228, 231, 240);
        border-bottom: 1px solid rgb(228, 231, 240);
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        /* This will space elements evenly */
    }

    /* #headerusermanagement {
        display: flex;
        width: 98%;
        background-color: rgba(0,121,193,1);
        min-height: 6vh; 
        align-items: center;
        padding: 0 1rem; 
    } */
    #headerusermanagement {
        display: flex;
        width: 100%;
        background-color: rgba(0, 121, 193, 1);
        min-height: 6vh;
        align-items: center;
        /* padding: 0 1rem;  */
        position: fixed;
        top: 0;
        /* left: 1%; 
        right: 1%; */
        z-index: 1000;
    }

    #userBtn {
        margin-left: 85%;
        display: flex;
        align-items: center;
        /* Align items vertically center */
    }

    #user_maindiv {
        position: relative;
        width: 90%;
        height: 90%;
        left: 8%;
        top: 1%;
        background: #FFFFFF;
        display: none;
    }

    #regbuttondiv {
        width: 20vw;
        display: flex;
        flex-direction: row;
        position: absolute;
        top: 67.5vh;
        left: 7vw;
    }

    #usrRegs {
        height: 5vh;
        width: 8vw;
        float: right;
        background-color: #0079C1;
        border: 1px solid #0079C1;
        border-radius: 2px;
        color: #FFFFFF;
        font-family: var(--font-family);
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        margin-left: 2vw;
    }

    .noColor {
        background: none;
        border: none;
        font-family: var(--font-family);
        height: 48px;
        width: 10vw;
        font-size: 12px;
        /* cursor: pointer; */
    }

    #editCancel {
        background-color: #FFFFFF;
        background-color: #FFFFFF;
        border: 1px solid #0079C1;
        border-radius: 2px;
        color: #0079C1;
        height: 4.8vh;
        width: 5vw;
        font-size: 14px;
        margin-left: 1vw;
        margin-top: -2%;
        /* top: 67%; */
    }

    /* #editCancel:hover {
        background: #0079C1 !important;
        color: white;
    } */

    #MoreActions {
        background-color: #FFFFFF;
        border: 1px solid #0079C1;
        border-radius: 2px;
        color: #0079C1;
        height: 4.8vh;
        width: 8vw;
        top: 67%;
    }

    #moreactiondiv {
        z-index: 1000;
        position: absolute;
        height: 14vh;
        width: 7.6vw;
        left: 6.05vw;
        top: 52.2vh;
        visibility: hidden;
        border: 2px solid #f3edf1;
        background: #ffffff;
        display: flex;
        flex-direction: column;
    }

    #editCancel1 {
        background-color: #FFFFFF;
        border: 1px solid #0079C1;
        border-radius: 2px;
        color: #0079C1;
        height: 5vh;
        width: 6vw;
        top: 67%;
    }

    #editdelete {
        background-color: #FF0000;
        border: 1px solid #FF0000;
        border-radius: 2px;
        color: #FFFFFF;
        height: 5vh;
        width: 7vw;
        margin-left: 1vw;
    }

    #resetpassword {
        border-radius: 8px;
        border-bottom: #8497FF;
        height: 4vh;
        margin-top: 0.5vh;
        color: #fa1d1d;
        width: 7.3vw;
        margin-left: 0.15vw;
        font-size: 10px;
    }

    /* #editdelete:hover {
        text-decoration: underline;
    } */

    #editUpdate {
        background-color: #0079C1;
        border: 1px solid #536EFD;
        border-radius: 2px;
        color: #FFFFFF;
        height: 5vh;
        width: 7vw;
        margin-left: 1vw;
    }

    #editReactivate {
        border-bottom: #8497FF;
        height: 5vh;
        border: 1px solid #fa1d1d;
        margin-top: 1vh;
        color: #fa1d1d;
        width: 7.3vw;
        margin-left: 3vw;
        font-size: 10px;
        display: none;
    }

    #editReactivate:hover {
        background-color: #D65050;
        color: white
            /* text-decoration: underline; */
    }

    #bulkRegis {
        color: #0079C1;
        font-weight: 500;
        font-size: 14px;
        margin-right: 0.5%;
        width: 40%;
        font-family: var(--font-family)
    }

    #bulkRegis:hover {
        background-color: #0079C1;
        color: white
    }

    #editDeactivate {
        border-radius: 8px;
        border-bottom: #8497FF;
        height: 4vh;
        margin-top: 1vh;
        color: #fa1d1d;
        width: 7.3vw;
        margin-left: 0.15vw;
        ;
        font-size: 10px;
    }

    #editDeactivate:hover {
        /* background-color: #e00f0f;
        color: white */
        text-decoration: underline;
    }

    #regUser:before {
        content: 'Register User';
        background-color: #0079C1;
    }

    #buttondiv {
        font-weight: 100;
        width: 29vw;
        height: 6vh;
        display: flex;
        padding-left: 4vw;
        position: absolute;
        top: 0.3vh;
        right: 0vw;
        /* left: -10vw; */
        flex-direction: row;
        justify-content: space-between;
    }

    app .required-field::after {
        content: "*";
        color: red;
    }

    .showPlan {
        display: none;
        width: 50%;
    }

    #report {
        font-weight: 500;
        font-size: 14px;
        color: #0079C1 !important;
        font-family: var(--font-family);
        margin-top: 0%;
        padding-left: 5%;
    }

    #roledivmain {
        margin-top: 4%;
        height: 50%;
    }

    #SubscriptionType {
        width: 100%;
        left: 25%;
        position: relative;
    }

    #search {
        border-radius: 0px;
        background: url("../images/search.jpg") no-repeat 25px;
        background-size: 10%;
        background-position-x: right 3px 10px;
        border: 1px solid #777476 !important;
        height: 70%;
        float: right;
        margin-left: calc(100vw - 75vw);
        position: relative;
        margin-top: 2%;
        bottom: 8px;
    }

    #search::placeholder {
        padding-left: 25%;
        font-family: var(--font-family);
    }

    /* datatable css */
    #userTable_filter {
        right: 0;
        position: relative;
        top: -6%;
        bottom: 11px;
    }

    .dataTables_wrapper {
        position: relative;
        clear: both;
        bottom: 25px;
    }

    .dataTables_wrapper .dataTables_filter input {
        border: 1px solid #aaa;
        /* border-radius: 1px !important; */
        padding: 5px;
        background-color: transparent;
        margin-left: 3px;
        background: url("../images/search.jpg") no-repeat 18px;
        background-size: 10%;
        /* background-position-x: right 10px 15px; */
        text-align: center;
    }


    #tableDiv .dataTable tbody tr {
        height: 54px;
        background: #FFFFFF !important;
    }

    #userTable_length {
        display: flex;
        /* padding: 9px; */
        position: absolute;
        top: 93%;
    }

    #typeSubs1 {
        height: 4vh;
        width: 5vw;
    }

    #typeSubs {
        font-family: var(--font-family);
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 18px;
        color: #232323;
        display: flex;
        justify-content: center;
        gap: 2%;
        border: none;
        width: 100%;
        margin-top: 2%;
        margin-bottom: 2%;
    }

    #userTable_info {
        display: initial !important;
        position: absolute;
        top: 88% !important;
        right: 13% !important;
    }

    #userTable_paginate {
        position: absolute;
        top: 88%;
        right: 0%;
        color: #536EFD !important
    }

    .dataTables_wrapper .dataTables_info {
        float: right !important;
        clear: none !important;
        top: 100% !important
    }

    .dataTables_length {
        display: contents;

        top: 88% !important
    }

    .paginate_button p {
        color: black !important;
    }

    #userTable_next:hover,
    #userTable_previous:hover {
        background: none;
        border: 1px solid #aaa;
    }

    .dataTables_wrapper .dataTables_paginate {
        padding-left: 0% !important;
    }

    dataTables_paginate paging_simple {
        position: relative;
        left: 23vh;
        top: 10vh;
        ;
    }



    table.dataTable.display>tbody>tr>td,
    table.dataTable.order-column.stripe>tbody>tr>td {
        box-shadow: none !important;
        background-color: #ffffff !important;
    }

    .dataTables_scrollBody {
        /* overflow-x: hidden !important; */
        height: 38vh !important;
        overflow: scroll !important;
        width: 101% !important;
        overflow-x: hidden !important;
    }

    #search:focus {
        background-image: none;
    }

    #userlistid {
        position: relative;
        background-color: #ffffff;
        height: 3%;
        margin-top: 1%;
        margin-left: calc(100vw - 98vw);
        width: 40%;
        float: left;
        font-family: var(--font-family);
        font-size: 16px;
        font-weight: bold;
        top: 0%;
    }

    #searchid {
        position: relative;
        float: right;
        left: 40%;
        font-family: var(--font-family);
        font-size: 14px;
    }

    #Planview {
        margin-left: 2%;
    }

    #userTable_wrapper {
        top: 2%;
        height: 92%;
        width: 100%;
    }

    #bulkuserheaderdiv {
        display: flex;
        width: 90vw;
    }

    #bulkBackBtn {
        border: none;
        font-family: var(--font-family);
        height: 10vh;
        width: 5vw;
        right: 2vw;
        bottom: 0.3vw;
        position: relative;
        background: url("../images/FilledHome.svg") no-repeat 30px;
        cursor: pointer;
    }

    #headingbulk {
        height: 5vh;
        margin-left: 0.5vw;
        font-family: var(--font-family);
        font-weight: 200;
    }

    #popupDiv {
        position: absolute;
        display: inline-block;
        /* cursor: pointer;*/
        width: 20vw;
        height: 6vh;
        top: 63vh;
        left: 5.9vw;
    }

    .popup .popuptext {
        font-size: 16px;
        visibility: hidden;
        width: 90%;
        height: 55%;
        background-color: #80c558;
        color: black;
        text-align: center;
        font-family: var(--font-family);
        border-radius: 0px;
        padding: 1px;
        position: absolute;
        z-index: 1;
    }

    .popup .popuptext::after {
        position: relative;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #5159ca transparent transparent transparent;
    }

    .popup .show {
        visibility: visible;
        -webkit-animation: fadeIn 1s;
        animation: fadeIn 1s;
    }

    #Usrregheader {
        width: 40%;
        display: flex;
    }

    @-webkit-keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    .radiolabel {
        width: 90%;
        position: relative;
    }

    /* arul-emailnotify march 28 */
    #emailnotify {
        position: relative;
        display: flex;
        height: 5%;
        width: 100%;
        background-color: #ffffff;
        font-family: var(--font-family);
    }

    #emailcheckbox {
        height: 2vh;
        border: solid rgb(204, 10, 10);
    }

    #emailtext {
        font-size: 10px;
        margin-top: 1%;
        margin-left: 28%;
        display: none;
    }

    #useremailnotify {
        font-family: var(--font-family);
        display: flex;
        justify-content: left;
    }

    #useremailcheckbox {
        height: 2vh;
    }

    #useremaillabel {
        font-size: 10px;
        font-weight: 200;
        padding-top: 1%;
        padding-left: 1%;
    }

    #deletepopupdiv {
        position: fixed;
        height: 30vh;
        width: 40vw;
        right: 10vw;
        left: 30vw;
        top: 25vh;
        background-color: #ffffff;
        display: none;
        flex-direction: column;
    }

    #deleteimagediv {
        position: relative;
        height: 10vh;
        width: 8vw;
        left: 16vw;
        /* background-color: #c91717; */
        background: url(../images/warning1.svg) no-repeat 40px;
    }

    #deletetext1div {
        position: relative;
        height: 7vh;
        width: 35vw;
        left: 9.5vw;
        font-weight: bold;
        font-size: 16px;
        font-family: var(--font-family);
        word-wrap: break-word;
        /* background: #80c558 */
    }

    #deletetext2div {
        position: relative;
        height: 5vh;
        width: 32vw;
        left: 4vw;
        margin-top: 4vh;
        word-wrap: break-word;
        font-family: var(--font-family);
        /* background: #849e74; */
        font-size: 11px;
    }

    #deletepopup_buttondiv {
        position: relative;
        width: 30vh;
        height: 6vh;
        margin-top: -6vh;
        /* background: #8497FF; */
        left: 13vw;
    }

    #deletepopup {
        /* border-radius: 8px; */
        /* border-bottom: #8497FF; */
        height: 4vh;
        margin-top: 0.5vh;
        background-color: #A20000;
        color: #ffffff;
        width: 7.3vw;
        margin-left: 0.15vw;
        ;
        font-size: 10px;
    }

    #deleteCancel {
        height: 4vh;
        margin-top: 0.5vh;
        background-color: #ffffff;
        color: #D65050;
        width: 5vw;
        margin-left: 0.15vw;
        border: 2px solid #D65050;
        font-size: 12px;
    }

    .modal {
        display: none;
        /* Hidden by default */
        position: fixed;
        /* Stay in place */
        z-index: 1;
        /* Sit on top */
        padding-top: 100px;
        /* Location of the box */
        left: 0;
        top: 0;
        width: 100%;
        /* Full width */
        height: 100%;
        /* Full height */
        overflow: auto;
        /* Enable scroll if needed */
        background-color: rgb(0, 0, 0);
        /* Fallback color */
        background-color: rgba(0, 0, 0, 0.4);
        /* Black w/ opacity */
    }

    #template_download {
        position: relative;
        top: 0vh;
        left: 17vw;
        display: flex;
        width: 5vw;
        height: 2vh;
        flex-direction: column;
    }

    #button_template {
        position: relative;
        background-color: #536EFD;
        border: none;
        color: white;
        border-radius: 10%;
        width: 5.5vw;
        height: 14vh;
    }

    #browsespan {
        position: relative;
        top: 0.5vh;

    }
}

.blueColor {
    color: #FFFFFF;
    background: #0079C1;
}

.site-footer {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: left;
}

.site-footer a {
    color: #8A94A7;
    text-decoration: none
}

.site-footer a:hover,
.site-footer a:active {
    text-decoration: underline
}

.site-footer-inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-top: 80px;
    padding-bottom: 48px;
    justify-content: flex-start;
}

.footer-brand,
.footer-links,
.footer-social-links,
.footer-copyright {
    flex: none;
    width: 100%;
    display: inline-flex;
    justify-content: flex-start;
    color: black;
    font-size: small;
}

.footer-brand,
.footer-links,
.footer-social-links {
    margin-bottom: 11px;
    justify-content: flex-start;
}

.footer-social-links li {
    display: inline-flex
}

.footer-social-links li+li {
    margin-left: 16px
}

.footer-social-links li a {
    padding: 8px
}

.footer-links li+li {
    margin-left: 24px
}

#Name,
#POP25_CY,
#POP30_CY,
#POP35_CY {
    display: none;
}

.hero-title {
    padding-left: 55px;
    padding-bottom: 40px;
}

.hero-copy1 {
    display: none;
}

#welcome-message {
    font-size: 19px;
}

#subRolesDropdown {
    margin-left: 1.5%;
    width: 40%;
}


#login {
    width: 100%;
    text-align: center;
    font-size: large;
    font-weight: 600;
    /* font-weight: 100; */
    /* color: red; */
    position: relative;
    top: 1.75%;
    /* left: 1.75%; */


}


#mgl_logo {
    height: 100%;
}

#logout-button {
    background: none;
    padding: 12px 8px;
}

#logout-button:hover {
    background-color: lightgreen;
    color: black;
}

#btn_appln {
    background: none;
    width: 100%;
}

.appln_name {
    display: block;
}

h4 {
    font-size: 13px;
}

.feature-inner {
    height: 100%;
    border: 2px solid black;
    display: block;
    background-color: rgb(241, 238, 238);
    /* border-radius: 0px 0px 20px 0px ; */
}

.feature {
    padding: 16px 2px;
    width: 35%;
    max-width: 20%;
    flex-grow: 1;
    height: 40vh;
}

img {
    height: auto;
    max-width: 98%;
    margin-top: 2%;
    vertical-align: middle;
    background-position: top;
}


#img_new {
    background-image: url(/image/admin_new.png);
    background-size: contain;
    /* width: 90%; */
    height: 69%;
    background-repeat: no-repeat;

}

#check {

    height: 230px;
    margin: 10px 8px;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    width: 180px;
    vertical-align: top;
    position: relative;

}

.feature-inner:hover {
    /* background-color: rgb(191, 239, 191); */
    border-color: orange;
    color: white;
}

#admin,
#editor,
#std_viewer,
#cp_admin,
#planning,
#tlp_dashboard,
#drs,
#vc {
    display: none;
}

#h4_dashboard {
    width: 100%;
    text-align: center;
    font-size: 20px;
    padding-bottom: 5%;
    display: none;
}

.security_question_container {
    background-color: #fff;
    padding: 20px;
    border-radius: 5%;
    width: 31%;
    position: absolute;
    z-index: 2;
    /* dk */
    top: 15%;
    right: 34vw;
    padding-top: 3%;
    /* dk */
    height: 70vh;
    font-weight: bold;
    /* dk */
    overflow-y: scroll;
    scrollbar-width: thin;
}

.security_question_container select {
    /* padding: 10px; */
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-left: 15px;
    width: 90%;
    height: 38px;
    border-radius: 5px;
    font-size: 12px;
    outline: #110f0f;
    border: 0.5;
    padding: 7px;
}

.security_question_container input {
    /* padding: 10px; */
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-left: 15px;
    width: 90%;
    height: 38px;
    border-radius: 5px;
    font-size: 12px;
    outline: #110f0f;
    border: 0.5;
    padding: 7px;
}

.security_question_container label {
    color: #110f0f;
    text-align: left;
    font-size: 600
}

.change-password-container {
    background-color: #fff;
    padding: 2%;
    padding-right: 5%;
    /* padding-bottom: 6%; */
    padding-left: 5%;
    border-radius: 8px;
    width: 34%;
    height: 63vh;
    /* position: absolute; */
    z-index: 2;
    top: 45vh;
    right: 32vw;
    position: absolute;
    /* top: 47%; */
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 25px;
    font-size: 15px;
    font-weight: bold
}

.change-password-container select {
    /* padding: 10px; */
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-left: 15px;
    width: 90%;
    height: 38px;
    border-radius: 5px;
    font-size: 15px;
    outline: #110f0f;
    border: 0.5;
    padding: 7px;
}

.change-password-container label {
    /* padding: 10px; */
    color: #110f0f;

}

.change-password-container input {
    /* padding: 10px; */
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-left: 15px;
    width: 90%;
    height: 38px;
    border-radius: 5px;
    font-size: 12px;
    outline: #110f0f;
    border: 0.5;
    padding: 7px;
    border-radius: 6px;
}

#change_pass_heading {
    text-align: center;
    margin-top: -7%;
    margin-bottom: 1%;
    font-size: 22px;
    font-weight: bold;
}

#password_reset {
    position: relative;
    /* margin-left: 5%; */
    bottom: 26%;
    /* left: 48%; */
    background: #0079C1;
}

#Change_Password {
    background: #0079C1;
    color: #fff;
    border-color: #0079C1;
    width: 26%;
    margin-left: 13%;
    /* margin-top: 8%;
    height: 8%; */
    border-radius: 5px;
    cursor: pointer;
}

#Pass_change {
    background: #0079C1 !important;
    color: #fff;
    border-color: #0079C1;
    /* height: 8%; */
    border-radius: 5px;
    margin-left: 12%;
    width: 26%;
}

#cancel_btn {
    /* width: 25%; */
    /* margin-left: 10%; */
    font-size: 12px !important;
    margin-left: 14%;
    border-radius: 5px;
    width: 26%;
    background: #0079C1;
    color: #fff;
    border-color: #0079C1;
    width: 26%;
    /* margin-left: 13%; */
    margin-top: 6%;
    height: 17% !important;
    border-radius: 5px;
    line-height: 1 !important;
    cursor: pointer;
}

#cont_btn {

    /* width: 25%; */
    /* margin-left: 10%; */
    font-size: 12px !important;
    margin-left: 20%;
    border-radius: 5px;
    width: 26%;
    background: #0079C1;
    color: #fff;
    border-color: #0079C1;
    width: 26%;
    /* margin-left: 13%; */
    margin-top: 6%;
    height: 17% !important;
    border-radius: 5px;
    line-height: 1 !important;
    cursor: pointer;
}

#myCanvas {
    background-color: "yellow";
}

#Captcha_div {

    border: 1px solid black;
    width: 40%;
    height: 6v;
    /* margin-left: 3%; */
    border-radius: 5px;
}

#captcha {
    text-decoration: line-through;
    height: 9vh;

}

.submit_div {

    width: 100%;
    height: fit-content;
    text-align: center;
    height: 6vh;
    justify-content: space-around;
    display: flex;

}

.submit_div>button {
    padding: 2%;
    width: 30%;
    text-align: center;
    justify-content: space-between;
    background-color: #0079C1;
    border: none;
    color: white;
    font-size: 12px;
    border-radius: 8px;

}

#captcha_text {
    display: inline-flex;
    width: 66%;
    height: 15%;
    left: 5%;
    position: relative;
    padding: 13px;
    margin-left: -4px;

}

.captcha_outer_div {
    display: inline-flex;
    height: 5vh;
    /* margin-left: 5%; */
    /* width: fit-content;		 */
    left: 5%;
    width: 90%;
    top: 5%;
    position: relative;
}

.refresh_captcha {
    display: inline-flex;
    width: 15%;
    height: fit-content;
    background-image: url(../image/refresh-svgrepo-com.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #fdfbfb;
    margin-left: 3%;
    padding: 3%;
    border: none;
    position: relative;
    top: 7%;
}

#btn_container_login {
    width: 100%;
    display: inline-flex;
    /* margin-bottom: 5%; */
    margin-top: 0%;
    height: 8% !important;
    position: relative;
    /* bottom: 4%; */
    /* left: 4%; */
    z-index: 2;
}

#forget_pass {

    /* position: fixed; */
    /* Set position to fixed */

    left: 50%;
    position: relative;
    /* top: 52.5%; */
    cursor: pointer;
}

#table_blur {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    inset: 0px;
    z-index: 3;
}

#error_msg {
    width: 25%;
    height: 25%;
    position: absolute;
    top: 40%;
    left: 37%;
    color: black;
    z-index: 2;
    background: #fdfbfb;
    border-radius: 15px;

}

.flex-container {
    display: flex;
    font-size: 15px;
    /* background-color: lightgray; */
    /* height: 400px;  */
}

#error_mg_p {

    width: 100%;
    border-bottom-style: solid;
    top: -30%;
    position: relative;
    padding-bottom: 25px;
    text-align: center;
}

.custom-style_paragraph {
    font-size: 10px;
    line-height: 1.5;
}

.responsive-paragraph {}

.responsive-login_content i {
    position: relative;
    /* display: contents; */
    /* transform: translateY(-50%); */
    color: #888;
    cursor: pointer;
    left: 88%;
    bottom: 8.75%;
}

.password-container {
    /* padding: 10px; */
    /* margin-bottom: 15px; */
    /* border: 1px solid #ccc; */
    /* border-radius: 4px; */
    /* margin-left: 15px; */
    width: 90%;
    height: 38px;
    /* border-radius: 5px; */
    /* font-size: 12px; */
    /* outline: #110f0f; */
    /* border: 0.5; */
    /* padding: 7px; */
    /* border-radius: 6px; */
}

.password-container i {
    position: relative;
    /* display: contents; */
    /* right: 10px;
    top: 50%; */
    /* transform: translateY(-50%); */
    color: #888;
    cursor: pointer;
    left: 85%;
    bottom: 120%;
}


.close-btn {
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    color: black;
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: transparent;
    border: none;
    outline: none;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.close-btn:hover {
    background-color: #f2f2f2;
}

#close_btn {
    position: relative;
    bottom: 42%;
    left: 45%;
    border: white;
    background: white;
    color: blue
}

.responsive-login_content {
    position: relative;
    top: 15%;
    width: 91%;
    height: 80%;
    left: 4%;
    /* font-size: 12px;*/
}

.responsive-details_content {
    top: 5%;
    position: relative;
}

.responsive-div {
    position: relative;
    /* right: 26%; */
    bottom: 8%;
    font-size: 6px;
    font-weight: bold;
    line-height: 2;
    margin-top: 20px;

}

.responsive-content-para {
    position: relative;
    font-size: 10px;
    text-align: center;
}

#content_1 {
    text-align: center;
}

#content_2 {
    text-align: center;
}

#content_3 {
    text-align: center;
}

.flex-item {
    /* background-color: lightyellow; */
    /* padding: 10px; */
    flex-grow: 1;
    /* Will grow to fill remaining space in the flexbox */
    position: relative;
    /* left: -20%; */
    /* top: 23%; */
    width: 100%
}

#Credentials_msg {
    top: 0px;
    text-align: center;
    margin-top: 0px;
    position: relative;
}


@media only screen and (min-width: 200px) and (max-width: 343px) {

    .container {
        position: absolute;
        top: 43%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        height: 75%;
    }

    .login_page {
        width: 100%;
        height: 100%;
        background: #fdfbfb;
        color: #110f0f;
        font-size: 10px;
        font-family: helvetica, sans-serif;
        font-weight: 500;
        letter-spacing: 0px;
        border-radius: 40px;
        padding-top: 0%;
        padding-left: 0px;
    }

    .login_page h3 {
        top: 2%;
        letter-spacing: -0.5px;
        font-size: 15px !important;
    }

    .login_page input[type="text"],
    input[type="password"] {
        padding: 5px;
    }

    #login_btn {
        justify-content: center;
    }

    .responsive-login_content {
        top: 10%;
        height: 80%;
    }

    /* #forget_pass {
        left: 50%;
        top: 47%;
    } */

    .responsive-login_content i {
        bottom: 10%;
    }

    .security_question_container {
        width: 89%;
        height: 45%;
        right: 5vw;
    }


    .change-password-container {
        width: 82%;
        height: 62%;
        padding-top: 10%;
        padding-right: 0px;
    }

    .flex-item {
        font-size: 11px;
    }

    .captcha_outer_div {

        left: 6%;
        width: 93%;

    }

    #error_msg {
        left: 22%;
        width: 50%;
    }

    #close_btn {
        bottom: 45%;
    }
}

@media only screen and (min-device-width: 344px) and (max-device-width: 686px) {

    .container {
        position: absolute;
        top: 46%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        height: 75%;
    }

    .login_page {
        width: 100%;
        height: 100%;
        background: #fdfbfb;
        color: #110f0f;
        font-size: 12px;
        font-family: helvetica, sans-serif;
        font-weight: 500;
        letter-spacing: 0.5px;
        border-radius: 40px;
        padding-top: 0%;
        padding-left: 0px;
    }

    #login_btn {
        justify-content: center;
    }

    .login_page input[type="text"],
    input[type="password"] {
        padding: 8px;
    }

    .login_page h3 {
        /* margin-left: -2px; */
        letter-spacing: -0.5px;
    }

    .responsive-login_content {
        top: 13%;
        height: 80%;
    }

    /* #forget_pass {
        left: 48%;
        top: 50%;
    } */

    .responsive-login_content i {
        bottom: 10%;
    }

    .security_question_container {
        width: 74%;
        height: 37%;
        right: 13vw;
    }

    .change-password-container {
        width: 70%;
        height: 50%;
        padding-top: 5%;
        padding-right: 0px;
    }

    #error_msg {
        left: 22%;
        width: 50%;
    }

    .responsive-div {
        bottom: 2%;
        line-height: 1.5;
        letter-spacing: 0.5px;
    }

    .captcha_outer_div {
        left: 6%;
    }
}

@media only screen and (min-device-width: 344px) and (max-device-width: 400px) {
    .container {
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90% !important;
        height: 80%;
    }

    .login_page h3 {
        /* margin-left: -2px; */
        letter-spacing: 1.25px;
        font-weight: 400;
        /* left:1.5% !important */
    }

    .responsive-login_content {
        top: 13%;
        height: 80%;
    }

    /* #forget_pass {
        left: 48%;
        top: 48%;
    } */

    .responsive-login_content i {
        bottom: 8% !important;
    }
}

@media only screen and (min-device-width: 400px) and (max-device-width: 420px) {
    .container {
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80% !important;
        height: 74%;
    }

    .responsive-login_content {
        top: 10%;
        height: 80%;
    }


    /* #forget_pass {
        left: 50%;
        top: 51%;
    } */
}

@media only screen and (min-device-width: 421px) and (max-device-width: 450px) {
    .container {
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 70% !important;
        height: 76% !important;
    }

    /* #forget_pass {
        left: 48%;
        top: 52% !important;
    } */

    .responsive-login_content i {
        /* top: 10% !important; */
    }

    #error_msg {
        width: 55%;
        height: 18%;
        left: 24%
    }
}

@media only screen and (min-device-width: 451px) and (max-device-width: 500px) {
    .container {
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 70% !important;
        height: 80% !important;
    }

    /* #forget_pass {
        left: 50% !important;
        top: 52% !important;
    } */

    #login {
        /* left: 1% !important; */
    }

    #error_msg {
        width: 45%;
        height: 18%;
        left: 27%;
    }
}

@media only screen and (min-device-width: 501px) and (max-device-width: 600px) {
    .container {
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 60% !important;
        height: 60% !important;
    }

    /* #forget_pass {
        left: 50% !important;
        top: 52% !important;
    } */

    #login {
        left: 1% !important;
    }

    #error_msg {
        width: 30%;
        height: 18%;
    }
}

@media only screen and (min-device-width: 601px) and (max-device-width: 700px) {
    .container {
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 55% !important;
        height: 80% !important;
    }

    /* #forget_pass {
        left: 50% !important;
        top: 55% !important;
    } */

    #login {
        left: 1% !important;
    }

    .responsive-div {
        bottom: 3%;
        line-height: 1.5;
        letter-spacing: 0.5px;
    }

    #error_msg {
        width: 35%;
        height: 20%;
    }
}

@media only screen and (min-device-width: 701px) and (max-device-width: 800px) {
    .container {
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 50% !important;
        height: 80% !important;
    }

    #avatar {

        top: -10%;
    }

    /* #forget_pass {
        left: 50% !important;
        top: 55% !important;
    } */

    #login {
        left: 1% !important;
    }

    .change-password-container {
        width: 50%;
        height: 60%;
        padding-top: 4%;
    }

    #error_msg {
        width: 35%;
        height: 18%;
        left: 33%;
    }
}

@media only screen and (min-device-width: 801px) and (max-device-width: 900px) {
    .container {
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 45% !important;
        height: 83% !important;
    }

    #avatar {

        top: -10%;
    }

    /* #forget_pass {
        left: 50% !important;
        top: 55% !important;
    } */

    #login {
        left: -1.5% !important;
    }

    .change-password-container {
        width: 50%;
        height: 60%;
        padding-top: 4%;
    }

    #error_msg {
        width: 30%;
        height: 18%;
        left: 35%;
    }

}

@media only screen and (min-device-width: 901px) and (max-device-width: 1000px) {
    .container {
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 40% !important;
        height: 84% !important;
    }

    #avatar {

        top: -12%;
    }

    /* #forget_pass {
        left: 50% !important;
        top: 55% !important;
    } */

    #login {
        left: -1.5% !important;
    }

    .security_question_container {
        width: 40%
    }

    .change-password-container {
        width: 50%;
        height: 60%;
        padding-top: 4%;
    }

    #error_msg {
        width: 25%;
        height: 18%;
    }

}


@media only screen and (min-device-width: 1001px) and (max-device-width: 1100px) {
    .container {
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 40% !important;
        height: 81% !important;
    }

    #avatar {
        /* width: 18%;
        /* border-radius: 50%; */
        /* margin-left: 40%; */
        /* margin-bottom: 68px; */
        /* z-index: 1;
        position: relative; */
        top: -10%;
    }

    /* #forget_pass {
        left: 50% !important;
        top: 55% !important;
    } */
    .responsive-content-para {
        /* margin-bottom: 9px; */
        bottom: 13%;
    }

    #login {
        left: 1% !important;
    }

    .security_question_container {
        height: 50%;
    }

    .change-password-container {
        width: 45%;
        height: 65%;
        padding-top: 4%;
    }

    .responsive-div {

        /* right: 26%; */
        bottom: 8%;
    }

    #error_msg {
        width: 25%;
        height: 18%;
    }

}

@media only screen and (min-device-width: 1101px) and (max-device-width: 1200px) {
    /* .container {
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 40% !important;
        height: 80% !important;
    } */

    /* #forget_pass {
        left: 50% !important;
        top: 50% !important;
    } */

    #login {
        left: -1% !important;
    }

    .security_question_container {
        height: 60%;
    }

    #error_msg {
        width: 27%;
        height: 18%;
    }
}

@media only screen and (min-device-width: 450px) and (max-device-width: 686px) {
    .container {
        position: absolute;
        top: 43%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 60%;
        height: 60%;
    }

    #login {
        /* left: 2% */
        top: 6%;
    }

    .captcha_outer_div {
        /* margin-left: 4%; */
        /* width: fit-content; */
        width: 90%;
        top: 5%;
    }

    /* #forget_pass {
        left: 40%;
        top: 48%;
    } */

    #login_btn {
        justify-content: center;
        margin-left: 26%;
    }

    #btn_container_login {
        /* bottom: 6%; */
        left: 8%;
        height: 8% !important;
    }

    #error_msg {
        width: 40%;
        height: 18%;
        left: 30%;
    }
}

@media only screen and (min-device-width: 1201px) and (max-device-width: 1300px) {
    #error_msg {
        width: 27%;
        height: 22%;
    }

    .login_page {
        height: 74vh;
    }

    .password-container i {
        /* bottom: 5%;
        left: -5%; */
    }
}

@media only screen and (min-device-width: 1301px) and (max-device-width: 1400px) {
    #error_msg {
        width: 27%;
        height: 22%;
    }

    .login_page {
        height: 80vh;
    }

    .password-container i {
        bottom: 5%;
        left: -5%;
    }
}

@media only screen and (min-device-width: 687px) and (max-device-width: 1024px) {

    .container {
        position: absolute;
        top: 43%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 55%;
        height: 80%;
    }

    .login_page {
        width: 100%;
        height: 100%;
        background: #fdfbfb;
        color: #110f0f;
        font-size: 12px;
        font-family: helvetica, sans-serif;
        font-weight: 500;
        letter-spacing: 1px;
        border-radius: 40px;
        padding-top: 0%;
        padding-left: 0px;
    }

    #login {
        left: -1.0%;
        top: 6.75%;

    }

    #btn_container_login {
        /* bottom: 6%; */
        text-align: center !important;
        /* padding-left: 10%; */
    }

    #login_btn {
        left: 8%;
        text-align: justify !important;
        justify-content: center;
        width: 15%;
    }

    .responsive-login_content {
        top: 13%;
    }

    /* 
    #forget_pass {
        left: 52%;
        top: 55.5%;
    } */


    .responsive-login_content i {
        bottom: 8%;
    }

    .security_question_container {
        width: 50%;
        height: 50%;
        right: 27vw;
    }


    .change-password-container {
        width: 55%;
        height: 40%;
        padding-top: 15%;
    }
}

@media only screen and (min-device-width: 1400px) and (max-device-width: 1699px) {

    .container {
        position: absolute;
        top: 43%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 30%;
        /* height: 75%; */
    }

    #avatar {
        top: -7%;
    }

    .login_page {
        width: 100%;
        height: 80vh;
        /* height: 100%; */
        background: #fdfbfb;
        color: #110f0f;
        font-size: 14px;
        font-family: helvetica, sans-serif;
        font-weight: 500;
        letter-spacing: 1px;
        border-radius: 40px;
        padding-top: 0%;
        padding-left: 0px;
    }

    .login_page input[type="text"],
    input[type="password"] {
        width: 93%;
        /* height: 10%; */
        border-radius: 10px;
        font-size: 16px;
        outline: #110f0f;
        border: 0.5;
        padding: 10px;
    }

    .login_page input,
    label {
        margin: 8px 16px;
    }

    #login {
        left: -1.0%;
        font-size: 18px;
        top: 6.75%;
    }

    #btn_container_login {
        bottom: 3%;
        /* text-align: center !important; */
        /* padding-left: 10%; */
        height: 8% !important;
    }


    #login_btn {
        left: 8%;
        text-align: center !important;
        justify-content: center;
        width: 15%;
    }

    .responsive-login_content {
        top: 10%;
        height: 90%;

    }

    /* 
    #forget_pass {
        left: 58%;
        top: 56.5%;
    } */

    .captcha_outer_div {
        /* margin-left: 0%;
        left: 4%; */
    }

    .responsive-login_content i {
        bottom: 8%;
    }

    .security_question_container {
        width: 45%;
        height: 50%;
        right: 25vw;
    }

    .change-password-container {
        width: 50%;
        height: 73%;
        padding-top: 5%;
    }

    .password-container i {
        bottom: 5%;
        left: -5%;
    }

    .change-password-container input[type="password"] {}

    #error_msg {
        width: 25%;
        height: 16%;
    }
}

@media only screen and (min-device-width: 1700px) and (max-device-width: 1999px) {

    .container {
        position: absolute;
        top: 43%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 28%;
        height: 66%;
    }

    .login_page {
        width: 99%;
        /* height: 45vh; */
        height: 94%;
        background: #fdfbfb;
        color: #110f0f;
        font-size: 18px;
        font-family: helvetica, sans-serif;
        font-weight: 500;
        letter-spacing: 1px;
        border-radius: 40px;
        padding-top: 0%;
        padding-left: 0px;
    }

    #avatar {

        /* top: -16%; */
        width: 16% !important;
    }

    .login_page input[type="text"],
    input[type="password"] {
        width: 93%;
        /* height: 10%; */
        border-radius: 10px;
        font-size: 18px;
        outline: #110f0f;
        border: 0.5;
        padding: 10px;
    }

    .login_page input,
    label {
        margin: 8px 16px;
    }

    #login {
        /* left: -5.5%; */
        font-size: 21px;
    }

    #btn_container_login {
        bottom: 2%;
        /* text-align: center !important; */
        /* padding-left: 10%; */
        height: 6% !important;
    }


    #login_btn {
        left: 8%;
        text-align: center !important;
        justify-content: center;
        width: 15%;
        /* height: 22% !important; */
    }

    .responsive-login_content {
        top: 12%;
        height: 90%;

    }

    /* #forget_pass {
        left: 58%;
        top: 55%;
    } */

    .captcha_outer_div {
        margin-left: 0%;
        left: 4%;
    }

    .responsive-login_content i {
        bottom: 8%;
    }

    .security_question_container {
        width: 44%;
        height: 45%;
        right: 29vw;
    }

    .change-password-container {
        width: 35%;
        height: 60%;
        padding-top: 5%;
        padding-left: 5%;
        padding-right: 5%;
    }


    .responsive-div {

        bottom: 5%;

    }

    #error_msg {
        width: 25%;
        height: 16%;
    }

    .password-container i {
        bottom: 5%;
        left: -5%;
    }
}

@media (min-device-width: 2000px) {

    .container {
        /* position: absolute;
        top: 43%;
        left: 50%; */
        transform: translate(-50%, -50%);
        width: 20%;
        height: 55%;
    }

    .login_page {
        width: 100%;
        /* height: 45vh; */
        height: 100%;
        background: #fdfbfb;
        color: #110f0f;
        font-size: 18px;
        font-family: helvetica, sans-serif;
        font-weight: 500;
        letter-spacing: 1px;
        border-radius: 40px;
        padding-top: 0%;
        padding-left: 0px;
    }

    .login_page input[type="text"],
    input[type="password"] {
        width: 93%;
        height: 10%;
        border-radius: 10px;
        font-size: 18px;
        outline: #110f0f;
        border: 0.5;
        padding: 10px;
    }

    .login_page input,
    label {
        margin: 8px 16px;
    }

    #login {
        left: -4.0%;
        font-size: 21px;
    }

    #btn_container_login {
        bottom: 6%;
        /* text-align: center !important; */
        /* padding-left: 10%; */
        height: 12% !important;
    }


    #login_btn {
        left: 8%;
        text-align: center !important;
        justify-content: center;
        width: 15%;
    }

    .responsive-login_content {
        top: 10%;
        height: 90%;

    }

    /* #forget_pass {
        left: 58%;
        top: 56.5%;
    } */

    .captcha_outer_div {
        margin-left: 0%;
        left: 4%;
    }

    .responsive-login_content i {
        bottom: 8%;
    }

    .security_question_container {
        width: 70%;
        height: 30%;
        right: 15vw;
    }

    .change-password-container {
        width: 55%;
        height: 40%;
        padding-top: 15%;
    }

    #error_msg {
        width: 25%;
        height: 16%;
    }

    .password-container i {
        bottom: 5%;
        left: -5%;
    }
}


/* Padma Hasini New code */
#Home_page {
    margin: 0%;
    left: 0%;
    top: 0%;
    height: 100%;
    width: 100vw;
    overflow: hidden;
    position: absolute;
    background-color: white;

}

.hp-header {
    width: 100vw;
    height: 6vh;
    /* background-color: #288835; */
    background: linear-gradient(to right, #f0ecec, #0297ad);
    margin: 0%;
    left: 0%;
    top: 0%;
    position: absolute;
    justify-content: space-between;
}

.hp-logo {
    background: url("../image/logo.png");
    width: 6vw;
    height: 80%;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-flex;
    transform: translateY(10%);
    position: absolute;
    left: 0%;
}

.hp-user {
    width: 20%;
    float: right;
    height: 100%;
    vertical-align: middle;
    align-items: center;
    display: flex;

}

.hp-user-details {
    float: right;
    width: fit-content;
    display: inline-flex;
    /* transform: translateY(50%); */
    /* margin-right: 6%; */
    color: white;
    font-size: 13px;
    margin-top: 2%;

}

.hp-user-details::before {
    content: url("../image/user.svg");
    transform: scale(0.8);
    /* margin-top: -2%; */
}

.hp-logout {
    background-image: url("../image/logout.svg");
    float: right;
    width: 20%;
    display: inline-flex;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    right: 5%;
    background-size: 35%;
}

.hp-logout {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.hp-logout .tooltiptext_Log {
    visibility: hidden;
    width: 172%;
    height: 74%;
    text-align: center;
    border-radius: 6px;
    /* padding: 5px 0; */
    font-size: 10px;
    position: absolute;
    top: 108%;
    color: white;
    background: linear-gradient(to right, #f0ecec, #0297ad);
    z-index: 1;
}

.hp-logout:hover .tooltiptext_Log {
    visibility: visible;
}

.changepass-logout {
    background-image: url("../image/Psd_Change.svg");
    float: right;
    width: 20%;
    display: inline-flex;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    right: 0%;
    /* right: 5%; */
    background-size: 35%;
}

.changepass-logout {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.changepass-logout .tooltiptext {
    visibility: hidden;
    width: 172%;
    height: 74%;
    text-align: center;
    border-radius: 6px;
    /* padding: 5px 0; */
    font-size: 10px;
    position: absolute;
    top: 108%;
    color: white;
    background: linear-gradient(to right, #f0ecec, #0297ad);
    z-index: 1;
}

.changepass-logout:hover .tooltiptext {
    visibility: visible;
}

.hp-full-page {
    margin: 0%;
    left: 0%;
    top: 8vh;
    position: relative;

}

.hp-app {
    height: 10%;
    text-align: center;
    width: 100vw;
    display: none;
    font-weight: bold;
    font-size: 16px;
    /* text-decoration: underline; */
    font-family: 'Avenir Next, sans-serif';
    color: black;

}

.hp-each-app {
    width: 21vw;
    height: 36vh;
    /* background-color: white; */
    display: inline-flex;
    margin: auto;
    justify-content: space-between;
    flex-direction: column;
    text-align: center;
    border-radius: 30px;
    margin-right: 1%;
    background-size: cover;
    background-position: center;

}

.hp-left-arrow-div {
    /* background: url("../image/left-arrow.svg"); */
    width: 7vw;
    display: inline-flex;
    height: 50vh;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 1px solid black;
    opacity: 0;
}

.hp-right-arrow-div {
    /* background: url("../image/right-arrow.svg"); */
    width: 7vw;
    display: inline-flex;
    height: 50vh;
    background-position: center;
    background-repeat: no-repeat;
}

.hp-right-arrow-div-dashboard {
    background: url("../image/right-arrow.svg");
    width: 7vw;
    display: inline-flex;
    height: 30vh;
    background-position: center;
    background-repeat: no-repeat;
}

#hp-app-list {
    display: inline-flex;
    position: absolute;
    top: 5%;

}

.hp_app_card {
    width: 80%;
    /* height: 80%; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    height: 60%;
    margin-top: 5%;
}

.hp-applications1,
.hp-applications2 {
    height: 42vh;
    overflow: hidden;
}

.hp-dashboard {
    height: 0%;
    text-align: center;
    width: 100vw;
    display: none;
    margin-top: 4%;
    font-weight: bold;
    /* text-decoration: underline; */
    font-size: 16px;
    color: black;


    font-family: 'Avenir Next, sans-serif'

}

#hp-app-db {
    /* width: 82vw; */
    width: fit-content;
    display: inline-flex;
    justify-content: space-between;

}

.hp-rect-lower {
    width: 15vw;
    height: 12vh;
    background-color: white;
    /* display: block; */
    text-align: center;
    text-align: center;
    vertical-align: middle;
    border: 1px solid;
    border-radius: 10px;

}

/* .hp-circle-upper { */
/* width: 5vw;
    height: 10vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 5px solid lightgrey;
    border-radius: 50%;
    transform: translateY(10px);
    background-color: white; */
/* margin-left: 23% */

/* } */
.hp-circle-upper {
    width: 6vw;
    height: 11vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 5px solid lightgrey;
    border-radius: 50%;
    transform: translateY(22px);
    background-color: white;
    /* margin-left: 23%; */
}

.hp-overall-div {
    display: inline-flex;
    flex-direction: column;
    width: 21vw;
    align-items: center;
    z-index: 1;
    margin-left: 5%;
    position: relative;
}

.hp-dashboard-name {
    height: 50%;
    margin: auto;
    width: 80%;
    display: block;
    margin-top: 12%;
    border: none;
    background-color: white;
    color: black;

}

.hp-footer {
    width: 100%;
    background-color: #0297ad;
    position: absolute;
    /* #288835 */
    /* top: 97vh; */
    /* left: 0%;
    margin-top: 6%; */
    height: 3vh;
    color: white;

    position: fixed;
    bottom: 0;
    font-size: 14px;
}

.hp_app_appln_btn {
    border: none;
    height: 10%;
    width: 80%;
    margin: auto;
    font-family: "Avenir Next, sans-serif";
    font-size: 14px;
    margin-top: 5%;
    background: none;
    font-weight: bold;
}

#hp-bg-green {
    width: 95vw;
    background: linear-gradient(#0297ad, #cfecd3);
    display: block;
    height: 41vh;
    /* background-color: yellow; */
    margin-bottom: 5%;
    position: absolute;
    z-index: 0;
    top: 10%;
    left: 2%;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    opacity: 0.5;
}

#hp-bg-green-db {
    width: 95vw;
    background: linear-gradient(#cfecd3, #0297ad);
    display: block;
    /* background-color: yellow; */
    margin-bottom: 5%;
    position: absolute;
    z-index: -1;
    top: 66%;
    left: 2%;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    opacity: 0.5;
    z-index: 0;
    height: 30vh;
}

.hp-each-app {
    width: 21vw;
    height: 36vh;
    /* background-color: white; */
    display: inline-flex;
    margin: auto;
    justify-content: space-between;
    flex-direction: column;
    text-align: center;
    border-radius: 30px;
    margin-right: 1%;
    cursor: pointer;
    background-size: cover;
    background-position: center;
    /* background-color: lightgray; */
}

.hp-right-arrow-img {
    background: url(../image/right-arrow.svg);
    width: 40%;
    background-color: white;
    height: 11%;
    background-repeat: no-repeat;
    margin: auto;
    padding: 5%;
    border: none;
    border-radius: 100%;
    background-position: center;
}

.hp-left-arrow-img {
    background: url(../image/left-arrow.svg);
    width: 40%;
    background-color: white;
    height: 11%;
    background-repeat: no-repeat;
    margin: auto;
    padding: 5%;
    border: none;
    border-radius: 100%;
    background-position: center;
    /* margin-left: 40%; */
}

.mgl_app_name {
    float: left;
    margin-left: 5%;
    height: 100%;
    /* margin: auto; */
    margin-top: 0.5%;
    /* margin: auto; */
    font-size: 20px;
    color: white;
}

.mgl_app_name::after {
    content: "MGL GIS APPLICATION";
}

@media (width<=600px) {


    #Home_page {
        overflow: auto;
    }

    .hp-header {
        display: flex;
        flex-direction: row;
        gap: 0%;
    }

    .hp-user {
        width: 50%;
        float: right;
        height: 90%;
        vertical-align: middle;
        align-items: center;
        display: flex
    }

    .hp-logo {
        margin-left: 1%;
        height: 5%;
        width: 10%;
    }

    .mgl_app_name {
        position: relative;
        /* float: left; */
        margin-left: 10%;
        width: 53%;
    }

    #hp-app-list {
        /* left: 5%; */
        display: flex;
        flex-direction: column;
        /* margin-top: 3%; */
        width: 100vw;
        right: 16%;

    }



    .hp-left-arrow-div,
    .hp-right-arrow-div {
        display: none;
    }

    .hp-each-app {
        width: 90vw;
        margin: auto;
        margin: auto;
        /* background-color: white; */
        /* margin: auto; */
        justify-content: space-between;
        flex-direction: column;
        text-align: center;
        border-radius: 30px;
        margin-top: 5%;
        background-size: cover;
        background-position: center;
        /* background-color: lightgray; */
    }

    .hp-applications1,
    .hp-applications2 {



        display: flex;
        flex-direction: column;
    }

    #hp-app-db {
        /* width: 82vw; */
        width: 90vw;

        display: flex;
        flex-direction: column;
        overflow-y: scroll;
        overflow-x: hidden;
        justify-content: space-between;
    }

    /* #hp-bg-green-db{
    height: 100vh !important;
} */
    .hp-overall-div {
        display: flex;
        flex-direction: column;
        width: 100vw;
        align-items: center;
        margin-left: 22% !important;
    }

    .hp-dashboard-name {
        height: 50%;
        margin: auto;
        width: 80%;
        display: block;
        margin-top: 10%;
        border: none;
        background-color: white;
        color: black;
        font-weight: bold;
    }

    .hp-applications1 {
        margin-top: 8%;
    }

    .hp-circle-upper {
        width: 13vh !important;
        height: 13vh;

    }

    .hp-rect-lower {
        width: 75vw;
    }


    .hp-applications2 {
        position: relative;
        margin-bottom: 5vh;

    }

    .hp-each-app {
        width: 90vw;
        margin: auto;
        margin: auto;
        /* background-color: white; */
        margin: auto;
        justify-content: space-between;
        flex-direction: column;
        text-align: center;
        border-radius: 30px;
        margin-top: 5%;
        background-size: cover;
        background-position: center;
        /* background-color: lightgray; */
    }

    .hp-each-app {
        width: 21vw;
        height: 36vh;
        /* background-color: white; */
        display: inline-flex;
        /* margin: auto; */
        justify-content: space-between;
        flex-direction: column;
        text-align: center;
        border-radius: 30px;
        margin-right: 1%;
        background-size: cover;
        background-position: center;
        /* background-color: lightgray; */
    }



    .hp-bg-green {
        height: 151vh;
    }



    .hp-applications1 {
        flex: 2;
        z-index: 2;
        background-color: white;
    }

    .hp-applications2 {
        height: auto;

        background-color: white;


        margin-top: -1px;
        /* Remove any gap between the two divs */
        z-index: -1;
    }

    .hp-full-page {
        display: flex;
        flex-direction: column;
        height: fit-content;
    }

    .hp-user-details {
        float: right;

        width: fit-content;
        display: inline-flex;
        transform: translateY(35%);
        /* margin-right: 10%; */
        color: white;
        height: 100%;
    }

    .hp-user-details {
        float: right;
        width: 38%;
        width: 65%;
        /* display: inline-flex; */
        /* transform: translateY(35%); */
        /* margin-right: 10%; */
        color: white;
        height: 100%;
        font-size: 12px;
        margin-left: 6%;
        margin-top: 6%;
    }

    .hp-logout {
        background-image: url(../image/logout.svg);
        float: right;
        width: 20%;
        display: inline-flex;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        right: 5%;
        background-size: 50%;
    }

    .hp-user-details::before {
        content: url("../image/user.svg");
        margin-right: 3px;
    }

    .hp-footer {
        width: 100%;
        background-color: #288835;
        position: relative;
        /* top: 97vh; */
        left: 0%;
        height: 5vh;
        margin-top: 8%;
        /* margin-top: auto; */
        color: white;
        font-size: 12px;
        text-align: center
    }

    .hp-circle-upper {
        background-size: 100%;
    }
}

@media (width <=360px) {
    .hp-user-details {
        float: right;
        width: fit-content;
        display: inline-flex;
        transform: translateY(30%);
        margin-right: 10%;
        color: white;
        height: 100%;
        position: absolute;
        top: 0%;
    }
}

@media (width <=540px) {
    .hp-dashboard-name {
        margin-top: 6%;
    }

    .hp-circle-upper {
        width: 20vw;
        height: 13vh;
    }

    .hp_app_appln_btn {
        margin-top: 2%;
    }

    .hp-each-app {
        width: 60vw;
    }
}

#hp-left-arrow-div-db {
    width: 7vw;
    display: inline-flex;
    height: 30vh;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 1px solid black;
    opacity: 0%;
    pointer-events: none;
    z-index: 3;

}

.hp-left-arrow-img-db {
    background: url(../image/left-arrow.svg);
    width: 40%;
    background-color: white;
    height: 21%;
    background-repeat: no-repeat;
    margin: auto;
    padding: 5%;
    border: none;
    border-radius: 100%;
    background-position: center;
    margin-left: 40%;
}

.hp-right-arrow-img-db {
    background: url(../image/right-arrow.svg);
    width: 40%;
    background-color: white;
    height: 21%;
    background-repeat: no-repeat;
    margin: auto;
    padding: 5%;
    border: none;
    border-radius: 100%;
    background-position: center;
}

.hp-right-arrow-div-db {
    background: url("../image/right-arrow.svg");
    width: 7vw;
    display: inline-flex;
    height: 30vh;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 3;
}

/*Padma Hasini New Code */

@media (min-width: 412px) and (max-width: 932px) {
    .mgl_app_name {
        font-size: 17px !important;
        margin-top: 3% !important;
        margin-left: 12% !important;
    }

    .hp-user-details {

        font-size: 14px !important;
        margin-bottom: 14% !important;
        line-height: 13px !important;
    }

    .hp-user {
        width: 54% !important;
    }
}

@media (min-width: 360px) and (max-width: 740px) {
    .hp-dashboard {
        height: 0%;
        text-align: center;
        width: 100vw;
        display: none;
        margin-top: 4%;
        font-weight: bold;
        /* text-decoration: underline; */
        font-size: 16px;


        font-family: 'Avenir Next, sans-serif'

    }

    .mgl_app_name {
        width: 60% !important;
        font-size: 16px !important;
    }

    .hp-user-details {
        width: 49% !important;
        position: relative !important;
        margin-bottom: 15% !important;
        line-height: 13px !important;
    }

    .hp-user {
        width: 30% !important;
    }

    .hp-logout {
        margin-left: 8% !important;
        width: 26% !important;

    }


}

@media (min-width: 768px) and (max-width: 1024px) {
    .hp-header {
        display: flex
    }

    .hp-logo {
        margin-left: 1%;
        margin-top: 0% !important;
    }

    .mgl_app_name {
        font-size: 30px !important;
        margin-top: 2.5% !important;
        margin-left: 9% !important;
    }

    .hp-user-details {
        margin-left: 9% !important;
        margin-top: 15% !important;
        line-height: 15px !important;
        margin-right: 1% !important;
        font-size: 17px !important;
    }

    .hp-user {
        display: flex;
        width: 37% !important;
    }

    .hp-logout {
        margin-left: 0% !important;
        width: 30% !important;
    }

    #hp-app-list {
        display: flex;
        flex-direction: column;
        margin-left: 38%;
        /* margin-top: 5% */
    }

    .hp-each-app {
        margin-top: 5% !important;
        width: 30vw;
        height: 30vw;
    }

    .hp-left-arrow-div {
        display: none;
    }

    .hp-right-arrow-div {
        display: none;
    }

    .hp-app-db {
        margin-top: 5%;
    }

    .hp-applications2 {
        overflow: visible;
    }

    .hp-rect-lower {
        width: 30vw;
        height: 14vh;
    }

    .hp-circle-upper {
        width: 15vw;
        height: 12vh
    }

    .hp-overall-div {
        position: relative;
        margin-left: 41%;
    }

    .hp-footer {
        text-align: center
    }
}

@media (min-width: 820px) and (max-width: 1180px) {
    .hp-header {
        display: flex
    }

    .hp-logo {
        margin-left: 1%;
        margin-top: 0% !important;
    }

    .mgl_app_name {
        font-size: 30px !important;
        margin-top: 2.5% !important;
        margin-left: 9% !important;
    }

    .hp-user-details {
        margin-left: 9% !important;
        margin-top: 15% !important;
        line-height: 15px !important;
        margin-right: 1% !important;
        font-size: 17px !important;
    }

    .hp-user {
        display: flex;
        width: 37% !important;
    }

    .hp-logout {
        margin-left: 0% !important;
        width: 30% !important;
    }

    #hp-app-list {
        display: flex;
        flex-direction: column;
        margin-left: 38%;
        /* margin-top: 5% */
    }

    .hp-each-app {
        margin-top: 5% !important;
        width: 30vw;
        height: 30vw;
    }

    .hp-left-arrow-div {
        display: none;
    }

    .hp-right-arrow-div {
        display: none;
    }

    .hp-app-db {
        margin-top: 5%;
    }

    .hp-applications2 {
        overflow: visible;
    }

    .hp-rect-lower {
        width: 30vw;
        height: 14vh;
    }

    .hp-circle-upper {
        width: 15vw;
        height: 12vh
    }

    .hp-overall-div {
        position: relative;
        margin-left: 41%;
    }

    .hp-footer {
        text-align: center
    }
}

/* @media (min-width: 1024px) and (max-width: 1366px) {
    .hp-header {
        display: flex
    }
    .hp-logo {
        margin-left: 1%;
        margin-top: 0% !important;
    }
    .mgl_app_name{
        font-size: 30px !important;
        margin-top: 2.5% !important;
        margin-left: 9% !important;
    }
    .hp-user-details {
        margin-left: 9% !important;
        margin-top: 15% !important;
        line-height: 15px !important;
        margin-right: 1% !important;
        font-size: 17px !important;
    }
    .hp-user{
        display: flex;
        width: 37% !important;
    }
   
    .hp-logout{
        margin-left: 0% !important;
        width:30% !important;
    }
    .hp-user-details{
        margin-left: 44% !important;
    }
    #hp-app-list {
        display: flex;
        flex-direction: column;
        margin-left: 38%;
        margin-top: 5%
    }
    .hp-each-app{
        margin-top: 5% !important;
        width: 30vw;
    height: 30vw;
    }
    .hp-left-arrow-div{
        display: none;
    }
    .hp-right-arrow-div {
        display: none;
    }
    .hp-app-db{
        margin-top:5%;
    }
    .hp-applications2{
        overflow: visible;
    }
    .hp-rect-lower {
        width: 30vw;
        height: 14vh;
    }
    .hp-circle-upper {
        width: 15vw;
        height: 12vh
    }
    .hp-overall-div {
        position: relative;
        margin-left: 41%;
    }
    .hp-footer {
        text-align: center
    }
} */

footer {
    display: none;

}

.hp-each-app {
    border-radius: 0px !important;

}